home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000163_jbsp78@yahoo.com_Fri Dec 6 16:38:35 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  48 lines

  1. Article: 13944 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: jbsp78@yahoo.com (Jesse Byler)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Serial Connection over SSH
  6. Date: 6 Dec 2002 13:31:49 -0800
  7. Organization: http://groups.google.com/
  8. Lines: 29
  9. Message-ID: <99b5f249.0212061331.5fcb9bed@posting.google.com>
  10. References: <99b5f249.0212031734.50e141be@posting.google.com> <askgne$dhk$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: 67.96.115.194
  12. Content-Type: text/plain; charset=ISO-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Trace: posting.google.com 1039210309 5579 127.0.0.1 (6 Dec 2002 21:31:49 GMT)
  15. X-Complaints-To: groups-abuse@google.com
  16. NNTP-Posting-Date: 6 Dec 2002 21:31:49 GMT
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13944
  18.  
  19. Thanks for the suggestion.  sredird will do exactly what I want if I
  20. can get it to work on Windows 2000.  With a few modifications I got it
  21. to compile, but so far I can't get it to access the serial port
  22. correctly - I get a sequence of about 20 characters of high ascii
  23. gibberish whether anything is attached to the serial port or not, and
  24. I think it's always the same sequence.
  25.  
  26. Anyway, I've also found some commercial products that claim to do what
  27. sredird does (TCPCom from TALtech and AlarIT Virtual Serial Driver
  28. Server), so I'll give their demos a try for now and maybe debug
  29. sredird later.
  30.  
  31. Thanks again!
  32.  
  33. -Jesse
  34.  
  35. jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message news:<askgne$dhk$1@newsmaster.cc.columbia.edu>...
  36. > K95 will not do what you want.  It was not designed to run under
  37. > a cygwin environment.
  38. > However, I belive that the best approach for you to take is not to 
  39. > run C-Kermit under cygwin but instead to install sredird under 
  40. > cygwin and then access the serial port directly from C-Kermit on Linux
  41. > If you require security wrap sredird with stunnel and then connect to
  42. > it using 
  43. >    SET HOST hostname port /TLS-TELNET
  44. > from C-Kermit
  45.